net/http.http2pipe.breakErr (field)

10 uses

	net/http (current package)
		h2_bundle.go#L3939: 	breakErr error           // immediate read error (caller doesn't see rest of b)
		h2_bundle.go#L3955: 	if p.err != nil || p.breakErr != nil {
		h2_bundle.go#L3979: 		if p.breakErr != nil {
		h2_bundle.go#L3980: 			return 0, p.breakErr
		h2_bundle.go#L4011: 	if p.err != nil || p.breakErr != nil {
		h2_bundle.go#L4033: func (p *http2pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
		h2_bundle.go#L4054: 	if dst == &p.breakErr {
		h2_bundle.go#L4082: 	if p.breakErr != nil {
		h2_bundle.go#L4083: 		return p.breakErr
		h2_bundle.go#L4095: 		if p.err != nil || p.breakErr != nil {